projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5486a
)
(gray_bitmap_bits): Remove `unsigned' from
author
Dave Love
<fx@gnu.org>
Thu, 14 Dec 2000 14:11:03 +0000
(14:11 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 14 Dec 2000 14:11:03 +0000
(14:11 +0000)
declaration.
lwlib/xlwmenu.c
patch
|
blob
|
history
diff --git
a/lwlib/xlwmenu.c
b/lwlib/xlwmenu.c
index e7aca0107260e69880e7220995f8cb0942999801..e29060b3784bfc7be810d976c38259340ced057b 100644
(file)
--- a/
lwlib/xlwmenu.c
+++ b/
lwlib/xlwmenu.c
@@
-48,7
+48,7
@@
Boston, MA 02111-1307, USA. */
extern int gray_bitmap_width;
extern int gray_bitmap_height;
-extern
unsigned
char *gray_bitmap_bits;
+extern char *gray_bitmap_bits;
/* Defined in xterm.c. */
extern int x_alloc_nearest_color_for_widget __P ((Widget, Colormap, XColor*));